home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Dead Stripping.2 < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Dead Stripping
  2. Sent:        7/3/96 11:10 AM
  3. Received:    7/3/96 11:22 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >Allright.  I make my class Auto-Destruct.  However, when I open my
  9. >stationery, the following assertions creep up.
  10. >
  11. >**********
  12. >User break at FFD63428 debugstr+00024
  13. > CPersonView.cpp @28: ("Bad call to hidden operator new!", false)
  14. >User break at FFD63428 debugstr+00024
  15. > FWCFMRes.cpp @168: FW_gInstance->fNesting == 0
  16. >User break at FFD63428 debugstr+00024
  17. > FW_CFixedAllocator: An object of type FW_CPriv{BW|Color}PatternRep has not
  18. >been deleted prop
  19. > NMI
  20. > Closing log
  21. >**********
  22. >
  23. >Merci.
  24. >
  25. >Paul
  26. You need to use the macro FW_NEW(..) to new your class.
  27.  
  28. ........................................................................
  29.  Henri Lamiraux                                      lamiraux@apple.com
  30.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  31. ........................................................................
  32.  
  33.  
  34.